Home
last modified time | relevance | path

Searched refs:LLVMIntPredicate (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.h131 LLVMIntPredicate cond);
145 LLVMIntPredicate cond;
154 LLVMIntPredicate llvm_cond,
Dlp_bld_flow.c243 LLVMIntPredicate llvm_cond) in lp_build_loop_end_cond()
292 LLVMIntPredicate cmp_op, in lp_build_for_loop_begin()
Dlp_bld_logic.c309 LLVMIntPredicate op; in lp_build_compare()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.h131 LLVMIntPredicate cond);
145 LLVMIntPredicate cond;
154 LLVMIntPredicate llvm_cond,
Dlp_bld_flow.c243 LLVMIntPredicate llvm_cond) in lp_build_loop_end_cond()
292 LLVMIntPredicate cmp_op, in lp_build_for_loop_begin()
Dlp_bld_logic.c309 LLVMIntPredicate op; in lp_build_compare()
/external/llvm/include/llvm-c/
DCore.h328 } LLVMIntPredicate; typedef
1658 LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate,
2376 LLVMIntPredicate LLVMGetICmpPredicate(LLVMValueRef Inst);
2682 LLVMValueRef LLVMBuildICmp(LLVMBuilderRef, LLVMIntPredicate Op,
/external/llvm/lib/IR/
DCore.cpp992 LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate, in LLVMConstICmp()
1853 LLVMIntPredicate LLVMGetICmpPredicate(LLVMValueRef Inst) { in LLVMGetICmpPredicate()
1855 return (LLVMIntPredicate)I->getPredicate(); in LLVMGetICmpPredicate()
1858 return (LLVMIntPredicate)CE->getPredicate(); in LLVMGetICmpPredicate()
1859 return (LLVMIntPredicate)0; in LLVMGetICmpPredicate()
2480 LLVMValueRef LLVMBuildICmp(LLVMBuilderRef B, LLVMIntPredicate Op, in LLVMBuildICmp()