Searched refs:createTrunc (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | Nucleus.cpp | 463 Value *Nucleus::createTrunc(Value *V, Type *destType) in createTrunc() function in sw::Nucleus 935 Value *integer = Nucleus::createTrunc(cast.value, Byte::getType()); in Byte() 942 Value *integer = Nucleus::createTrunc(cast.value, Byte::getType()); in Byte() 949 Value *integer = Nucleus::createTrunc(cast.value, Byte::getType()); in Byte() 1201 Value *integer = Nucleus::createTrunc(cast.value, SByte::getType()); in SByte() 1208 Value *integer = Nucleus::createTrunc(cast.value, SByte::getType()); in SByte() 1455 Value *integer = Nucleus::createTrunc(cast.value, Short::getType()); in Short() 1702 Value *integer = Nucleus::createTrunc(cast.value, UShort::getType()); in UShort() 1709 Value *integer = Nucleus::createTrunc(cast.value, UShort::getType()); in UShort() 3807 Value *integer = Nucleus::createTrunc(cast.value, Int::getType()); in Int() [all …]
|
D | Nucleus.hpp | 134 static llvm::Value *createTrunc(llvm::Value *V, llvm::Type *destType);
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2494 Value *createTrunc(Instruction *Opnd, Type *Ty); 2530 Value *TypePromotionTransaction::createTrunc(Instruction *Opnd, in createTrunc() function in __anonebd7bfba0211::TypePromotionTransaction 3021 Value *Trunc = TPT.createTrunc(Ext, ExtOpnd->getType()); in promoteOperandForOther()
|