Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2265 Value *getBuiltValue() { return Val; } in getBuiltValue() function in __anon6227213d0611::TypePromotionTransaction::TruncBuilder
2291 Value *getBuiltValue() { return Val; } in getBuiltValue() function in __anon6227213d0611::TypePromotionTransaction::SExtBuilder
2317 Value *getBuiltValue() { return Val; } in getBuiltValue() function in __anon6227213d0611::TypePromotionTransaction::ZExtBuilder
2539 Value *Val = Ptr->getBuiltValue(); in createTrunc()
2547 Value *Val = Ptr->getBuiltValue(); in createSExt()
2555 Value *Val = Ptr->getBuiltValue(); in createZExt()