Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3028 Value *getBuiltValue() { return Val; } in getBuiltValue() function in __anon01de4a8e0a11::TypePromotionTransaction::TruncBuilder
3054 Value *getBuiltValue() { return Val; } in getBuiltValue() function in __anon01de4a8e0a11::TypePromotionTransaction::SExtBuilder
3081 Value *getBuiltValue() { return Val; } in getBuiltValue() function in __anon01de4a8e0a11::TypePromotionTransaction::ZExtBuilder
3308 Value *Val = Ptr->getBuiltValue(); in createTrunc()
3316 Value *Val = Ptr->getBuiltValue(); in createSExt()
3324 Value *Val = Ptr->getBuiltValue(); in createZExt()