Home
last modified time | relevance | path

Searched defs:IntCast (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dir_builder_mixin.h357 llvm::Value* IntCast(Args&&... args) { in IntCast() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp919 Value *IntCast = Builder.CreateIntCast(In, Zext.getType(), false); in transformZExtICmp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1077 Value *IntCast = Builder.CreateIntCast(In, Zext.getType(), false); in transformZExtICmp() local