Home
last modified time | relevance | path

Searched refs:getBuiltValue (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2897 Value *getBuiltValue() { return Val; } in getBuiltValue() function in __anon7418ce250a11::TypePromotionTransaction::TruncBuilder
2923 Value *getBuiltValue() { return Val; } in getBuiltValue() function in __anon7418ce250a11::TypePromotionTransaction::SExtBuilder
2950 Value *getBuiltValue() { return Val; } in getBuiltValue() function in __anon7418ce250a11::TypePromotionTransaction::ZExtBuilder
3172 Value *Val = Ptr->getBuiltValue(); in createTrunc()
3180 Value *Val = Ptr->getBuiltValue(); in createSExt()
3188 Value *Val = Ptr->getBuiltValue(); in createZExt()