Searched refs:createZExt (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2498 Value *createZExt(Instruction *Inst, Value *Opnd, Type *Ty); 2546 Value *TypePromotionTransaction::createZExt(Instruction *Inst, in createZExt() function in __anonebd7bfba0211::TypePromotionTransaction 2973 TPT.createZExt(SExt, SExtOpnd->getOperand(0), SExt->getType()); in promoteOperandForTruncAndAnyExt() 3084 : TPT.createZExt(Ext, Opnd, Ext->getType()); in promoteOperandForOther()
|
/external/swiftshader/src/Reactor/ |
D | Nucleus.cpp | 468 Value *Nucleus::createZExt(Value *V, Type *destType) in createZExt() function in sw::Nucleus 2670 Value *extend = Nucleus::createZExt(cast.value, Long::getType()); in Short4() 3774 Value *integer = Nucleus::createZExt(cast.value, Int::getType()); in Int() 3795 Value *integer = Nucleus::createZExt(cast.value, Int::getType()); in Int() 4132 Value *integer = Nucleus::createZExt(cast.value, Long::getType()); in Long() 4252 Value *integer = Nucleus::createZExt(cast.value, UInt::getType()); in UInt()
|
D | Nucleus.hpp | 135 static llvm::Value *createZExt(llvm::Value *V, llvm::Type *destType);
|