Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3459 Value *getBuiltValue() { return Val; } in getBuiltValue() function in __anon1d600f580d11::TypePromotionTransaction::TruncBuilder
3485 Value *getBuiltValue() { return Val; } in getBuiltValue() function in __anon1d600f580d11::TypePromotionTransaction::SExtBuilder
3512 Value *getBuiltValue() { return Val; } in getBuiltValue() function in __anon1d600f580d11::TypePromotionTransaction::ZExtBuilder
3739 Value *Val = Ptr->getBuiltValue(); in createTrunc()
3747 Value *Val = Ptr->getBuiltValue(); in createSExt()
3755 Value *Val = Ptr->getBuiltValue(); in createZExt()