Searched defs:setPredicate (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstrTypes.h724 void setPredicate(Predicate P) { setInstructionSubclassData(P); } function in class:llvm::CmpInst
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp699 setPredicate(cc, NULL);
710 setPredicate(cc, values[2]);
816 Instruction::setPredicate(CondCode ccode, Value *value) function in class:nv50_ir::Instruction
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp699 setPredicate(cc, NULL);
710 setPredicate(cc, values[2]);
816 Instruction::setPredicate(CondCode ccode, Value *value) function in class:nv50_ir::Instruction

Completed in 99 milliseconds