Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp145 class TypePromotion : public FunctionPass { class
184 TypePromotion() : FunctionPass(ID) {} in TypePromotion() function in __anon7086da680111::TypePromotion
207 bool TypePromotion::EqualTypeSize(Value *V) { in EqualTypeSize()
211 bool TypePromotion::LessOrEqualTypeSize(Value *V) { in LessOrEqualTypeSize()
215 bool TypePromotion::GreaterThanTypeSize(Value *V) { in GreaterThanTypeSize()
219 bool TypePromotion::LessThanTypeSize(Value *V) { in LessThanTypeSize()
230 bool TypePromotion::isSource(Value *V) { in isSource()
251 bool TypePromotion::isSink(Value *V) { in isSink()
277 bool TypePromotion::isSafeWrap(Instruction *I) { in isSafeWrap()
373 APInt Max = APInt::getAllOnesValue(TypePromotion::TypeSize); in isSafeWrap()
[all …]
H A DCMakeLists.txt184 TypePromotion.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile195 TypePromotion.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn206 "TypePromotion.cpp",