Searched defs:IntCast (Results 1 – 2 of 2) sorted by relevance
328 llvm::Value* IntCast(Args&&... args) { in IntCast() function
881 Value *IntCast = Builder.CreateIntCast(In, CI.getType(), false); in transformZExtICmp() local