Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2777 Value *getBuiltValue() { return Val; } in getBuiltValue() function in __anon5386100c0a11::TypePromotionTransaction::TruncBuilder
2803 Value *getBuiltValue() { return Val; } in getBuiltValue() function in __anon5386100c0a11::TypePromotionTransaction::SExtBuilder
2830 Value *getBuiltValue() { return Val; } in getBuiltValue() function in __anon5386100c0a11::TypePromotionTransaction::ZExtBuilder
3052 Value *Val = Ptr->getBuiltValue(); in createTrunc()
3060 Value *Val = Ptr->getBuiltValue(); in createSExt()
3068 Value *Val = Ptr->getBuiltValue(); in createZExt()